 body{
        background-image: url(https://evilperson.neocities.org/images/index/20.png);
        background-repeat:no-repeat;
        background-size:cover;
        background-position: 0% 10%;
        font-family: higu;
        height: 100vh;
    }

    @font-face {
        font-family: higu;
        src: url(/fonts/sazanami-gothic.ttf);
    }

    @font-face {
        font-family: sp;
        src: url(https://files.catbox.moe/p8sc30.otf);
    }

    .cont{
        border: 15px ridge #f57091;
        border-radius: 20px;
        width: 32%;
        max-width: 610px;
        height: auto;
        background-color: white;
        background-image: url(https://evilperson.neocities.org/images/index/21.png);
        background-repeat: repeat;
        padding: 0.5%;
        margin: auto;
        margin-top: 3%;
        -webkit-box-shadow:0 0 80px white; 
        -moz-box-shadow: 0 0 80px white; 
        box-shadow:0 0 80px white;
    }

    .inner{
        width: 95%;
        height:fit-content;
        border: 4px solid #e47f98;
        border-radius: 15px;
        background-color: white;
        margin: auto;
        overflow: hidden;
    }

    .header{
        width: 100%;
        height: 20%;
        background-image: url(https://evilperson.neocities.org/images/index/22.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position: 0% 30%;
        filter: hue-rotate(20deg);
        border-bottom: 4px solid #e97eaa;
        display: flex;
        align-items: flex-end;
    }

    h1{
        margin: 2%;
        font-family: sp;
        font-size: 4vw;
        background: linear-gradient(#ffd0e8 50%, hotpink);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight:bold;
        filter: drop-shadow(0px 1.5px black) drop-shadow(0 -1.5px black) drop-shadow(1.5px 0 black) drop-shadow(-1.5px 0 black);
        transition: ease-in-out 0.6s;
    }

    h1:hover{
        cursor: default;
        background: linear-gradient(#fbd0ff 50%, rgb(255, 105, 243));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight:bold;
        filter: drop-shadow(0px 1.5px black) drop-shadow(0 -1.5px black) drop-shadow(1.5px 0 black) drop-shadow(-1.5px 0 black);
        -webkit-animation: pop 1s ease-in-out infinite alternate;
        animation: pop 1s ease-in-out infinite alternate;
        -moz-animation: pop 1s ease-in-out infinite alternate;
    }

    .navbar {
        overflow: hidden;
        background-color: #cbffd7;
        background-size: 25px 25px;
        background-image: repeating-linear-gradient(45deg, #4cc76f 0, #4cc76f 2.5px, #caf5d4 0, #caf5d4 50%);
        padding: 1%;
    }

    .navbar a {
        float: left;
        font-size: 1vw;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-family: sp;
        font-weight: bold;
        transition: ease-in-out 0.6s;
    }

    .dropdown-content a:hover{
        letter-spacing: 5px;
    }

    .dropdown {
        float: left;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        font-size: 1vw;  
        letter-spacing: 3px;
        border: none;
        outline: none;
        background-color: inherit;
        font-family: sp;
        font-weight: bold;
        color: inherit;
        transition: ease-in-out 0.6s;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgb(235, 168, 199);
        z-index: 1;
    }

    .dropdown-content a {
        float: none;
        color: inherit;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        background-color: white;
    }

    .dropdown-content a:hover {
        background-color: white;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    #one{
        background: #edb9c7;
        background: linear-gradient(0deg,rgba(237, 185, 199, 1) 0%, rgba(248, 250, 245, 1) 48%, rgba(237, 185, 199, 1) 100%);
        color: #E47F98;
        border: 3px solid #E47F98;
        border-radius: 35px;
    }

    #two{
        background: white;
        background: linear-gradient(0deg,rgba(198, 240, 245, 1) 0%, rgba(248, 250, 245, 1) 48%, rgba(198, 240, 245, 1) 100%);
        color: #68c4d4;
        border: 3px solid #68c4d4;
        border-radius: 35px;
    }

    #three{
        background: #e3c6f5;
        background: linear-gradient(0deg,rgba(227, 198, 245, 1) 0%, rgba(248, 250, 245, 1) 48%, rgba(227, 198, 245, 1) 100%);
        color: #ae7fe4;
        border: 3px solid #ae7fe4;
        border-radius: 35px;
    }

    #four{
        background: #F7D5AD;
        background: linear-gradient(0deg,rgba(247, 213, 173, 1) 0%, rgba(248, 250, 245, 1) 48%, rgba(247, 213, 173, 1) 100%);
        color: #db9452;
        border: 3px solid #db9452;
        border-radius: 35px;
    }

    .space{
        background-image: url(https://evilperson.neocities.org/images/index/23.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height: 3.5%;
        border-top: 1px solid transparent;
        border-bottom: #E47F98 4px solid;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    marquee{
        background: rgba(255, 255, 255, 0.733);
        margin-top: 0.6%;
        font-size: 0.7vw;
        border: 1px solid transparent;
        border-radius: 15px;
    }

    .mainbox{
        width: 100%;
        height: 100%;
        background-image: url(https://evilperson.neocities.org/images/index/23.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        border-top: #E47F98 4px solid;
    }

    .container {  
        display: grid;
        grid-template-columns: 0.7fr 1.3fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 15px 15px;
        grid-auto-flow: row;
        grid-template-areas:
        "profpic main extra3"
        "extra main extra3"
        "extra extra2 extra3";
        width: 96%;
        height: 100%;
        margin: 1%;
        margin-bottom: 3%;
        font-size: 0.7vw;
    }

    .profpic { 
        grid-area: profpic; 
        border: 4px ridge #f57091;
        transition: ease-in-out 0.6s;
        width: 100%;
    }

    .profpic img{
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

    .profpic:hover{
        transform: rotate(5deg);
    }

    .extra { 
        grid-area: extra; 
        border: 4px ridge #edb9c7;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .extra p{
        font-size: 0.6vw;
    }

    p{
        cursor: default;
    }

    hr{
        border-top: 2px dotted #E47F98;
        background-color: transparent;
        border-bottom: none;
    }

    .main { 
        grid-area: main; 
        width: 100%;
        height: auto;
        text-align: center;
    }

    .main p{
        margin: 0;
    }

    .extra2 { 
        grid-area: extra2; 
        border: 4px ridge #edb9c7;
        width: 100%;
        height: 100%;
        display: flex;
    align-items: flex-end;
    background-image: url(https://evilperson.neocities.org/images/index/24.webp);
    background-position: 50% 70%;
    z-index: 1;
    }

    .extra3 { 
        grid-area: extra3; 
        width: 100%;
        height: 100%;
    }


    .footer{
        height: 3.5%;
        width: auto;
        margin-left: 41.5%;
        font-style: italic;
        font-size: 0.7vw;
        filter: drop-shadow(1px 1px 0 rgb(201, 100, 114)) drop-shadow(-1px 1px 0 rgb(201, 100, 114)) drop-shadow(0 -1px 0 rgb(201, 100, 114)) drop-shadow(1px 0 rgb(201, 100, 114));
        color: #f7c4cc;
        letter-spacing: 5px;
    }

    #mid{
        margin: auto;
        display: block;
    }

    b{
        filter: drop-shadow(1px 1px 0 rgb(201, 100, 114)) drop-shadow(-1px 1px 0 rgb(201, 100, 114)) drop-shadow(0 -1px 0 rgb(201, 100, 114)) drop-shadow(1px 0 rgb(201, 100, 114));
        color: #f7c4cc;
        letter-spacing: 3px;
        cursor: default;
    }

    h2{
        filter: drop-shadow(1px 1px 0 rgb(201, 100, 114)) drop-shadow(-1px 1px 0 rgb(201, 100, 114)) drop-shadow(0 -1px 0 rgb(201, 100, 114)) drop-shadow(1px 0 rgb(201, 100, 114));
        color: #f7c4cc;
        letter-spacing: 3px;
        text-align: center;
        font-size: 0.8vw;
        margin: 0.5%;
        transition: ease-in-out 0.6s;
    }

    h2:hover{
        -webkit-animation: pop 1s ease-in-out infinite alternate;
        animation: pop 1s ease-in-out infinite alternate;
        -moz-animation: pop 1s ease-in-out infinite alternate;
        cursor: default;
    }

    @keyframes shake {
        0% { transform: translate(1px, 1px) rotate(0deg); }
        10% { transform: translate(-1px, -2px) rotate(-1deg); }
        20% { transform: translate(-3px, 0px) rotate(1deg); }
        30% { transform: translate(3px, 2px) rotate(0deg); }
        40% { transform: translate(1px, -1px) rotate(1deg); }
        50% { transform: translate(-1px, 2px) rotate(-1deg); }
        60% { transform: translate(-3px, 1px) rotate(0deg); }
        70% { transform: translate(3px, 1px) rotate(-1deg); }
        80% { transform: translate(-1px, -1px) rotate(1deg); }
        90% { transform: translate(1px, 2px) rotate(0deg); }
        100% { transform: translate(1px, -2px) rotate(-1deg); }
    }

    #shake{
        display: block;
        margin: auto;
    }

    #shake:hover{
        animation: shake 1s; 
        animation-iteration-count: infinite; 
    }

    a{
        color: #f57091;
        transition: ease-in-out 0.5s;
        font-weight: bold;
    }

    a:hover{
        color: #4cc76f;
        padding: 5px 5px 5px 5px;
    }

    @keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}
}

@-webkit-keyframes pop {
from {
-webkit-transform:scale(0.95)

}

50% {
-webkit-transform:scale(1)

}

to {
-webkit-transform:scale(0.95)

}
}

#fuck{
    display: block;
    margin: auto;
}

#fuck:hover {
 -webkit-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 1s ease-in-out infinite alternate;
 -moz-animation: pop 1s ease-in-out infinite alternate;
}

    @keyframes spin {
        from { transform: rotate(0deg) }
        to { transform: rotate(360deg) }
    }

    #spin{
        display: block;
        margin: auto;
    }

    #spin:hover{
        animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: spin;
animation-timing-function: linear;
    }

    #statuscafe {
    padding: 1%;
    border: 1px ridge black;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.589);
    color:white;
    font-size: 0.6vw;
    width: 99%;
    margin: 1%;
    max-height: 30%;
    overflow: auto;
    z-index: 3;
}

#statuscafe a{
font-size: 0.6vw;
}

#statuscafe-username {
    margin-bottom: 1%;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

@media only screen and (max-width: 640px) {
    body, html{
        height: 100%;
    }

    .cont{
        width: 95%;
        height: 95%;
        border: 5px ridge #f57091;
    }

    .inner{
        height: 98%;
    }

    .space{
        height: 3%;
    }

    marquee{
        font-size: 3vw;
        margin: 0;
    }

    .container {  
        display: grid;
        grid-template-columns: 0.7fr 1.3fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 15px 15px;
        grid-auto-flow: row;
        grid-template-areas:
        "main main main"
        "main main main"
        "main main main";
        width: 96%;
        height: 100%;
        margin: 1%;
        margin-bottom: 3%;
        font-size: 0.7vw;
    }

    .main{
        font-size: 4vw;
    }

    .profpic, .extra, .extra2, .extra3, .footer{
        display: none;
    }

    .navbar a, .dropdown .dropbtn{
        font-size: 4vw;
    }

    .header h1{
        font-size: 10vw;
    }
}